Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / NotifyCollectionBase<T> Class
Members


In This Topic
    NotifyCollectionBase<T> Class
    In This Topic
    Represents a base collection that notifies listeners of dynamic changes when items are added and removed or the entire collection object is reset.
    Object Model
    NotifyCollectionBase<T> Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    Public MustInherit Class NotifyCollectionBase(Of T) 
    'Usage
     
    Dim instance As NotifyCollectionBase(Of T)
    [DefaultMember("Item")]
    public abstract class NotifyCollectionBase<T> 
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       GrapeCity.Windows.SpreadSheet.Data.NotifyCollectionBase<T>
          GrapeCity.Windows.SpreadSheet.Data.NotifyCollection<T>

    See Also